Expand description

The implementation of the Mica programming language. This crate contains the low-level API; you usually want to use the high-level API from mica-hl instead.

Modules

The representation of Mica’s abstract syntax tree.
The bytecode representation of Mica.
Bytecode generation.
Common things, mostly error handling-related.
Garbage collection.
The lexer.
The parser.
Dynamically typed values.
The virtual machine.